if [ ! -z "$DEST" ]; then
profiles=""
- if [ "$BASENAME" == "sync-code" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-code" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-code"
fi
- if [ "$BASENAME" == "sync-irssi" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-irssi" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-irssi"
fi
- if [ "$BASENAME" == "sync-irssi-tor" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-irssi-tor" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-irssi-tor"
fi
- if [ "$BASENAME" == "sync-home" ] || [ "$BASENAME" == "sync-all" ]; then
+ if [ "$BASENAME" == "unisync-home" ] || [ "$BASENAME" == "unisync-all" ]; then
profiles="$profiles $DEST-home"
fi