Skip to content

Commit

Permalink
Update UPDATE.ubuntu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan authored Jan 22, 2025
1 parent 19346ac commit 1919774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL/UPDATE.ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ln -sfn /var/lib/monarc/releases/`basename $MONARCFO_RELEASE_URL | sed 's/.tar.g
# Migrate the DB:
cd $PATH_TO_MONARC; ./scripts/upgrade-db.sh
# Cleanup the cache directories:
rm -rf $PATH_TO_MONARC_DATA/data/cache/* $PATH_TO_MONARC_DATA/data/DoctrineORMModule/Proxy/* $PATH_TO_MONARC_DATA/data/LazyServices/Proxy/*
rm -rf $PATH_TO_MONARC_DATA/cache/* $PATH_TO_MONARC_DATA/DoctrineORMModule/Proxy/* $PATH_TO_MONARC_DATA/LazyServices/Proxy/*

# Finally restart the apache service:
sudo service apache reload
Expand Down

0 comments on commit 1919774

Please sign in to comment.