rename III -> ++

This commit is contained in:
ntr
2019-07-22 11:05:21 +10:00
parent 627653924b
commit c8c2d08522
9 changed files with 1815 additions and 1816 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ ssh -q mnml ls -lah "$SERVER_BIN_DIR"
# client updates
echo "syncing client $VERSION"
rsync -a --delete --delete-excluded "$MNML_PATH/client/dist" mnml:"$CLIENT_DIST_DIR/$VERSION"
rsync -a --delete --delete-excluded "$MNML_PATH/client/dist/" mnml:"$CLIENT_DIST_DIR/$VERSION/"
ssh -q mnml ln -nfs "$CLIENT_DIST_DIR/$VERSION" "$CLIENT_PUBLIC_DIR"
ssh -q mnml ls -lah "/var/lib/mnml/public"