postdownloadscripts not found during installation
-
Server
- FOG Version: 1.3.0
- OS: Centos
Client
- Service Version:
- OS:
Description
Hello,
When I update my 1.3.0 server tuo 1.3.1, I get this error:
Press [Enter] key when database is updated/installed.- Setting up storage…/lib/common/functions.sh: ligne1076: /images/dev/postdownloadscripts/fog.postinit: Aucun fichier ou dossier de ce type
From /images ls -R gives me:
ls -R
.:
dev postdownloadscripts./dev:
postinitscripts./dev/postinitscripts:
fog.postinit./postdownloadscripts:
fog.postdownload -
@lebrun78
I copied /images/postdownloadscripts directory to /images/dev
then I got no error during installation script execution -
The problem was a missed adjustment during install. From what I can tell it only should impact the first line of the postinit script which is typically
#!/bin/bash
. I missed the line edit to make it look at postinitscripts -
So upon generating this error indication, should we do anything?
-
@sudburr Nope.
It’s just an error and will be fixed very shortly.