We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138f53e commit 04a013dCopy full SHA for 04a013d
debian/postinst
@@ -33,8 +33,9 @@ create_log_directory(){
33
# create the log directory needed for bag files. see bag_logger.cpp
34
bag_logger_dirs(){
35
36
- #prod_user comes from common scripts source
+ #amros_user comes from common scripts source
37
#this is also defined in bag_logger.cpp
38
+ #the log locations (/var/log/amros) are defined by the platorm installation
39
user=$(amros_app_user)
40
create_log_directory $(amros_log_dir) $user
41
create_log_directory $(amros_log_media_dir) $user
0 commit comments