1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 12:00:09 +02:00

👌 Fix log message

This commit is contained in:
2022-06-15 18:15:17 +02:00
parent 4d5b5de84b
commit ea7572ffbb

View File

@ -232,7 +232,7 @@ class Preferences {
if Filesystem.fileExists("~/.phpmon.conf.json") && !Filesystem.fileExists("~/.config/phpmon/config.json") {
Log.info("An outdated configuration file was found. Moving it...")
Shell.run("cp ~/.phpmon.conf.json ~/.config/phpmon/config.json")
Log.info("The configuration file was moved successfully!")
Log.info("The configuration file was copied successfully!")
}
}