Skip to content
Snippets Groups Projects
Commit 3bd718df authored by Bob Mottram's avatar Bob Mottram
Browse files

quotes

parent 611a6759
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ function upgrade_gogs {
return
fi
cp "$GOGS_CONFIG_FILE $INSTALL_DIR/gogs_config.ini"
cp "$GOGS_CONFIG_FILE" "$INSTALL_DIR/gogs_config.ini"
if [ -d "$INSTALL_DIR/gogs-repositories" ]; then
rm -rf "$INSTALL_DIR/gogs-repositories"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment