File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export function VersionDisplay() {
241241 < div className = "absolute top-full left-1/2 transform -translate-x-1/2 mt-2 px-3 py-2 bg-gray-900 dark:bg-gray-700 text-white text-xs rounded-lg shadow-lg opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none whitespace-nowrap z-10" >
242242 < div className = "text-center" >
243243 < div className = "font-semibold mb-1" > How to update:</ div >
244- < div > Click the button to update</ div >
244+ < div > Click the button to update, when installed via the helper script </ div >
245245 < div > or update manually:</ div >
246246 < div > cd $PVESCRIPTLOCAL_DIR</ div >
247247 < div > git pull</ div >
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ check_service() {
382382
383383# Stop the application before updating
384384stop_application () {
385- log " Stopping application before update... "
385+
386386
387387 # Change to the application directory if we're not already there
388388 local app_dir
You can’t perform that action at this time.
0 commit comments